home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Texas! / Let's Discover Texas!.iso / pc / FILES / GEO.dxr / 00354_OkButton.ls < prev    next >
Encoding:
Text File  |  2001-04-12  |  196 b   |  10 lines

  1. on mouseUp
  2.   if field("Answer1") = "AUSTIN" then
  3.     sound(3).play(member("Right"))
  4.     go(the frame + 1)
  5.   else
  6.     sound(3).play(member("Wrong"))
  7.     put EMPTY into field "Answer1"
  8.   end if
  9. end
  10.